WinUI コントロール
DelegateCommand コンストラクタ(Action<Object>,Predicate<Object>)

C1.WinUI.Core アセンブリ > C1.WinUI.Core 名前空間 > DelegateCommand クラス > DelegateCommand コンストラクタ : DelegateCommand コンストラクタ(Action<Object>,Predicate<Object>)
execute デリゲート。
canExecute デリゲート。
DelegateCommand クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal execute As System.Action(Of Object), _
   ByVal canExecute As System.Predicate(Of Object) _
)
public DelegateCommand( 
   System.Action<object> execute,
   System.Predicate<object> canExecute
)

パラメータ

execute
execute デリゲート。
canExecute
canExecute デリゲート。
参照

DelegateCommand クラス
DelegateCommand メンバ
オーバーロード一覧